ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / ChartAxis<T> Class / LabelPadding Property

In This Topic
    LabelPadding Property (ChartAxis<T>)
    In This Topic
    Gets or sets the label padding.
    Syntax
    'Declaration
     
    Public Property LabelPadding As Integer
    public int LabelPadding {get; set;}
    See Also